MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportParameterInfo<T> Class
The type of the parameter value.
Members

ReportParameterInfo<T> Class
Represents information about a report parameter.
Object Model
ReportParameterInfo<T> Class
Syntax
'Declaration
 
Public Class ReportParameterInfo(Of T) 
 
Type Parameters
T
The type of the parameter value.
Remarks
This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Core.Rendering.Data.ReportParameterInfo<T>

See Also